Appliance Services State
Appliance Services State
The Appliance Services State enumerated type defines valid Run State for services.
Possible values:
STARTING
: Service Run State is Starting, it is still not functionalSTOPPING
: Service Run State is Stopping, it is not functionalSTARTED
: Service Run State is Started, it is fully functionalSTOPPED
: Service Run State is Stopped
This enumeration was added in vSphere API 6.7.
This data structure has no properties.
Enumeration:
STARTING,
STOPPING,
STARTED,
STOPPED,